home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / terms / kermit / b / ikcker.hlp < prev    next >
Encoding:
Text File  |  1993-04-13  |  20.4 KB  |  694 lines

  1. .cm KERMITCM
  2. .cs 1 on
  3. Last revision: Version 4.2.5 (93/3/18)
  4. .sp 1
  5. Kermit-CMS is a program that implements the KERMIT file transfer
  6. protocol for IBM 370-series mainframes running the VM/CMS operating
  7. system.  It allows for the transfer of files between computers over
  8. asynchronous ASCII communications lines (attached
  9. to a 3705-style front end, such as the COMTEN, or to any of a wide
  10. variety of protocol convertors, such as the Series/1
  11. running the Yale ASCII Terminal Communication System).
  12. For more details, see the section SET CONTROLLER.
  13. .sp 1
  14. .cs 1 off
  15. .cs 2 on
  16. The calling format for Kermit-CMS is:
  17. .sp 1
  18.         +----------------------------------+
  19.         |          |                       |
  20.         |  KERMIT  |  [kercmd ... kercmd]  |
  21.         |          |                       |
  22.         +----------------------------------+
  23. .sp 1
  24. where kercmd is a valid Kermit-CMS subcommand.  If no Kermit subcommand
  25. is supplied, Kermit-CMS will issue a prompt and wait for instructions.
  26. When Kermit is invoked with command line arguments, it
  27. will exit and return to CMS after completing the
  28. specified subcommand or subcommands.  Several subcommands may be given on the
  29. command line as long as they are separated by the linend character.
  30. The command line may contain up to 130 characters.
  31. .sp 1
  32. You may use the help ("?") feature while typing Kermit-CMS subcommands.
  33. A question mark typed at almost any point in a subcommand, followed by a
  34. carriage return, produces a brief description of what is expected or
  35. possible at that point.
  36. .sp 1
  37. .cs 2 off
  38. .cs 5 on
  39. Usage Notes:
  40. .sp 1
  41. .of 4
  42. 1.  To use CMS Kermit though a 3705-style linemode connection,
  43. you should set the following parameters in your local (micro) Kermit:
  44. LOCAL-ECHO ON (half duplex),
  45. FLOW-CONTROL NONE (rather
  46. than XON/XOFF), HANDSHAKE Ctrl-Q, TIMER ON, and whatever PARITY is
  47. necessary.
  48. .sp 1
  49. .of 4
  50. 2.  To use CMS Kermit through a protocol converter, use
  51. LOCAL-ECHO OFF (full duplex), FLOW-CONTROL XON/XOFF, HANDSHAKE NONE,
  52. TIMER ON, and whatever PARITY is necessary.
  53. .sp 1
  54. .of 4
  55. 3.  Five CP SET parameters (MSG, IMSG, WNG, ACNT, and TIMER) are set
  56. OFF during protocol mode (and restored afterwards).  The last two are
  57. skipped under VM/XA.
  58. In addition, RUN is set ON, and,
  59. on a TTY line, the TERMINAL LINESIZE is set OFF and the
  60. CMS user terminal translation tables are suppressed.
  61. .sp 1
  62. .of 4
  63. 4.  The current version of Kermit-CMS does not support timeouts.  Your
  64. local Kermit program should supply them (SET TIMER ON enables timeouts
  65. in most microcomputer Kermits).
  66. .sp 2
  67. .of 0
  68. See the syntax and descriptions for Kermit subcommands individually...
  69. .sp 1
  70. .cs 5 off
  71. .cs 3 on
  72. .cm SEN
  73. .of 8
  74. SEND [fn ft [fm][<[n][-m][_CC]>]] [foreign-filespec][, ...]
  75. .sp 1
  76. Send a file or file group from the CMS system to the Kermit on the
  77. remote system.  The wildcard characters "*" or "%" may be used.  A "*"
  78. matches any string of characters from the current position to the end
  79. of the field, including no characters at all; a "%" matches any single
  80. character.  If the input contains wildcard characters, then all
  81. matching files will be sent.  If the optional filemode is omitted,
  82. the home disk is normally used (but see under SET SEARCH-ALL).
  83. The exact file name to be sent to
  84. the foreign Kermit system may be specified;
  85. otherwise, Kermit-CMS will make it up out of the CMS name.
  86. An optional range of lines within each file may be specified; only
  87. those lines will be sent.  Also, optionally, column-one ASA carriage
  88. control may be converted to formatting control characters via the CC
  89. option.
  90. .sp 1
  91. .cm REC
  92. .of 8
  93. RECEIVE [fn ft [fm]]
  94. .sp 1
  95. Receive a file or file group from the other system.  If the optional
  96. filename is not included, Kermit-CMS will use the name(s) provided by
  97. the other Kermit.  If that name is not a legal CMS file name,
  98. Kermit-CMS will delete excessive characters from it, and will change
  99. illegal characters to underscores.  Use the file specification to
  100. indicate that the incoming file should be stored under a different
  101. name.  The filespec may include a filemode to designate the
  102. destination disk.  If none is provided, the file will be saved on the
  103. "home" disk with filemode number 1.  If you want to use the same name
  104. but a different filemode, specify "= = FM", where FM is the access
  105. mode of the destination disk.  Wildcards may not be used in any field.
  106. If the optional filespec is provided, but more than one file arrives,
  107. the first file will be stored under the given filespec, and the
  108. remainder will be stored under their own names on the home disk.  If,
  109. however, "= = FM" is used, all files will be placed onto the specified
  110. disk.
  111. .sp 1
  112. .cm SER
  113. .of 8
  114. SERVER
  115. .sp 1
  116. Kermit-CMS is capable of acting as a server.  In server mode,
  117. Kermit-CMS can send and receive files, execute CP/CMS commands,
  118. execute a restricted set of Kermit subcommands, and perform a variety of
  119. generic Kermit functions.  The following list shows the typical local
  120. Kermit subcommands along with the server functions they elicit.  Note
  121. that when Kermit-CMS is talking to a Kermit server, these same
  122. subcommands may be used in the other direction.
  123. .sp
  124.   BYE                 log out of CMS
  125.   FINISH              exit from server mode
  126.   GET                 send a file or files from CMS
  127.   REMOTE COPY         copy a file or files
  128.   REMOTE CWD          set new "home" disk
  129.   REMOTE DIRECTORY    display file attributes
  130.   REMOTE ERASE        delete a file or files
  131.   REMOTE HELP         display this command summary
  132.   REMOTE HOST         execute a CP/CMS command
  133.   REMOTE KERMIT       execute a Kermit-CMS subcommand
  134.   REMOTE PRINT        send a file to be printed under CMS
  135.   REMOTE RENAME       rename a file or files
  136.   REMOTE SPACE        display disk allocations
  137.   REMOTE TYPE         display a file
  138.   SEND                receive a file or files onto CMS
  139. .sp
  140. If your local Kermit does not support the REMOTE KERMIT subcommand, you
  141. may need to issue SET subcommands to select various options before
  142. typing the SERVER subcommand.  Once in server mode, Kermit-CMS will
  143. await all further instructions from the user Kermit on the other end of
  144. the connection.
  145. .sp 1
  146. .cm BYE
  147. .of 8
  148. BYE
  149. .sp 1
  150. Cause the other (server) Kermit to exit and log off.
  151. .sp 1
  152. .cm CW
  153. .of 8
  154. CWD letter
  155. .sp 1
  156. Change Working Directory - establish new default ("home") CMS disk, A
  157. by default.
  158. .sp 1
  159. .cm DIR
  160. .of 8
  161. DIR     Same as CMS LISTFILE.
  162. .sp 1
  163. .cm FIN
  164. .of 8
  165. FINISH
  166. .sp 1
  167. Cause the other (server) Kermit to end server mode.
  168. .sp 1
  169. .cm G
  170. .of 8
  171. GET [foreign-filespec [fn ft [fm]]]
  172. .sp 1
  173. Request a file from another Kermit running in server mode.  The result
  174. is similar to that of typing RECEIVE to Kermit-CMS and then SEND to
  175. another Kermit.
  176. .sp 1
  177. .cm H
  178. .of 8
  179. HELP    Displays a message that explains Kermit-CMS subcommands.
  180. .sp 1
  181. .cm HI
  182. .of 8
  183. HINTS
  184. .sp 1
  185. Displays a set of messages to get you started and to offer suggestions
  186. on improving the parameter settings.
  187. .sp 1
  188. .cm SET
  189. .of 8
  190. SET parameter [[sub-parameter] value]
  191. .sp 1
  192. Establish or modify various parameters for file transfer.  You can
  193. examine their values with the SHOW subcommand.  The default/initial
  194. values of ON/OFF switches are OFF unless otherwise noted.
  195. .sp 1
  196. .of 0
  197. See details for individual parameters ...
  198. .sp 1
  199. .in 4
  200. .cm SETATOE
  201. .of 6
  202. SET ATOE [num1 num2]
  203. .sp 1
  204. Modify the ASCII-to-EBCDIC translate table used by Kermit-CMS to
  205. conform to your system.  Specify the offset of the ASCII value within
  206. the table and the new value for that location.  Both "num1" and
  207. "num2" should be in the range 0-255 (decimal).  If "num1" and "num2"
  208. are omitted, restore the table to its default values.  Tables ETOA,
  209. TATOE, and TETOA may be modified in the same way.
  210. .sp 1
  211. .cm SETETOA
  212. .of 6
  213. SET ETOA - see SET ATOE.
  214. .sp 1
  215. .cm SETTATOE
  216. .of 6
  217. SET TATOE - see SET ATOE.
  218. .sp 1
  219. .cm SETTETOA
  220. .of 6
  221. SET TETOA - see SET ATOE.
  222. .sp 1
  223. .cm SETATT
  224. .of 6
  225. SET ATTRIBUTE [attribute] <ON | OFF>
  226. .sp 1
  227. Tells whether to generate A-packets or specific attributes within
  228. A-packets.  Enter "SET ATT ? ?" for a list of attributes.
  229. .sp 1
  230. .cm SETB
  231. .of 6
  232. SET BLOCK num
  233. .sp 1
  234. Determine the type of block check used during file transfer.  Valid
  235. options for "num" are: 1 (for a one-byte checksum), 2 (for a two-byte
  236. checksum), 3 (for a three-byte CRC), and B (for a two-byte checksum
  237. that avoids the use of blanks).
  238. .sp 1
  239. .cm SETCON
  240. .of 6
  241. SET CONTROLLER <TTY | SERIES1 | GRAPHICS | AEA | FULLSCREEN>
  242. .sp 1
  243. Kermit-CMS automatically determines whether you are connected via a
  244. Series/1-style emulation controller or a TTY line.  This subcommand is
  245. provided, though, so you can change connections and because Kermit may
  246. not be able to distinguish between Series/1 and graphics throughput
  247. devices.  For both those and the 3174 AEA, Kermit attempts to disable
  248. the 3270 protocol conversion function by putting the controller into
  249. "transparent mode"; this allows Kermit packets to pass through intact.
  250. FULLSCREEN mode is a last resort for protocol converters that do not
  251. have a transparent mode.
  252. .sp 1
  253. .cm SETD
  254. .of 6
  255. SET DEBUG <ON | OFF | RAW | I/O | LONG | SAVE | TIME>
  256. .sp 1
  257. If ON, keep a journal of all packets sent and received in the file KER
  258. LOG A1.
  259. If the file already exists, it is overwritten.  If OFF, stop
  260. logging the packets.  If RAW, same as ON, but record packets "exactly"
  261. as sent or received (without translating to EBCDIC).  If I/O, same as
  262. ON, but record extra information about transmission for non-TTY line.
  263. If LONG, same as I/O, but don't truncate the buffer dumps at 36 bytes.
  264. If SAVE, same as ON, but close KER LOG after each output line.
  265. If TIME, the I/O records (if any) are given time tags.  RAW,
  266. I/O, TIME, SAVE, and/or LONG may be combined in one setting.
  267. .sp 1
  268. .cm SETDEL
  269. .of 6
  270. SET DELAY num
  271. .sp 1
  272. How long to wait before sending the first packet.  Use a DELAY of 0 to
  273. suppress the extra 1-second pause for issuing the protocol-mode
  274. greetings.
  275. .sp 1
  276. .cm SETDEST
  277. .of 6
  278. SET DESTINATION letter
  279. .sp 1
  280. Specify "home" disk.
  281. .sp 1
  282. .cm SETEOF
  283. .of 6
  284. SET EOF <ON | OFF>
  285. .sp 1
  286. ON means incoming text files are to be cut off at first Ctrl-Z
  287. character within the data; OFF means accept incoming text files in
  288. their entirety.
  289. .sp 1
  290. .cm SETW
  291. .of 6
  292. SET WARNING - (obsolete) see SET FILE COLLISION.
  293. .sp 1
  294. .cm SETAPP
  295. .of 6
  296. SET APPEND - (obsolete) see SET FILE COLLISION.
  297. .sp 1
  298. .cm SETRECF
  299. .of 6
  300. SET RECFM - see SET FILE RECFM.
  301. .sp 1
  302. .cm SETL
  303. .of 6
  304. SET LRECL - see SET FILE LRECL.
  305. .sp 1
  306. .cm SETF
  307. .of 6
  308. SET FILE COLLISION <APPEND | BACKUP | DISCARD | OVERWRITE | RENAME>
  309. .sp 0
  310. Specifies the action to take when a file is received that has the same
  311. name as an existing one.  BACKUP and RENAME are similar, but BACKUP
  312. renames the old file while RENAME renames the new one.  OVERWRITE is
  313. the default.
  314. .sp 1
  315. .of 6
  316. SET FILE LONGLINE <TRUNC | FOLD | HALT>
  317. .sp 0
  318. Specifies the action to take when a record is received that is too long.
  319. The default is TRUNC.
  320. .sp 1
  321. .of 6
  322. SET FILE LRECL num
  323. .sp 0
  324. Set the logical record length for incoming files to a "num" from
  325. 1 to 65535 (64K-1).  This variable is used only for fixed format and
  326. binary files.  The default is 80.
  327. .sp 1
  328. .of 6
  329. SET FILE OVERWRITE <DEFAULT | PRESERVE>
  330. .sp 0
  331. Specifies what attributes to use when writing a new file over
  332. an old one.  DEFAULT is the default.
  333. .sp 1
  334. .of 6
  335. SET FILE RECFM <FIXED | VARIABLE>
  336. .sp 0
  337. Sets the record format to use for incoming files, using "F" for fixed
  338. length and "V" for variable length.  The default is variable.
  339. .sp 1
  340. .of 6
  341. SET FILE CHARACTER-SET name
  342. .sp 0
  343. Specifies the character set to use for storing TEXT files received.
  344. See also SET TRANSFER CHARACTER-SET.
  345. .sp 1
  346. .of 6
  347. SET FILE TYPE <BINARY | TEXT | V-BINARY | D-BINARY>
  348. .sp 0
  349. If BINARY, CMS Kermit treats each character as a string of bits and
  350. does not perform translation on the data.  Also, carriage returns are
  351. not added to the end of outgoing records.  Incoming bytes are added to
  352. the end of the current record which is written out when the specified
  353. LRECL is reached.  If TEXT, CMS Kermit treats the file as plain text;
  354. ASCII-to-EBCDIC and EBCDIC-to-ASCII translation is performed on the
  355. data.  A carriage return-linefeed is appended to each outgoing record
  356. and is used to determine the end of each incoming record.  V-BINARY
  357. specifies variable-length-record binary data (like BINARY, except that
  358. a 2-byte length field precedes each outbound record and is assumed
  359. for incoming records).  D-BINARY is similar, but the length field is a
  360. 5-byte ASCII decimal string.
  361. .sp 1
  362. .cm SETFOR
  363. .of 6
  364. SET FOREIGN <PREFIX | SUFFIX> string
  365. .sp 0
  366. The specified string is added to the beginning or end of outbound filespecs.
  367. .sp 1
  368. .cm SETH
  369. .of 6
  370. SET HANDSHAKE number
  371. .sp 0
  372. Specifies the ASCII code for a handshake character to be appended to
  373. each outgoing packet.  Zero means no handshake at all.
  374. .sp 1
  375. .cm SETINC
  376. .of 6
  377. SET INCOMPLETE <KEEP | DISCARD>
  378. .sp 0
  379. Specifies the action to take when a file transfer is cancelled.
  380. .sp 1
  381. .cm SETLIN
  382. .of 6
  383. SET LINE cuu
  384. .sp 0
  385. Specifies a device other than the user's terminal for file transfer.
  386. .sp 1
  387. .cm SETM
  388. .of 6
  389. SET MARGIN <LEFT | RIGHT> column
  390. .sp 0
  391. The specified margin is set for restricting the width of files to be
  392. sent.  A value of zero disables the specified margin.
  393. .sp 1
  394. .cm SETPR
  395. .of 6
  396. SET PROMPT string
  397. .sp 0
  398. Defines the character string that Kermit-CMS displays when
  399. asking for a subcommand.  The prompt may be any string of up to 20
  400. characters.  The default is "Kermit-CMS>" (with XON appended).  The
  401. current HANDSHAKE character, if any, is appended to any new string,
  402. if necessary.
  403. .sp 1
  404. .cm SETSEN
  405. .of 6
  406. SET SEND or RECEIVE  END-OF-LINE num
  407. .sp 0
  408. If the remote system needs packets to be terminated by anything other
  409. than carriage return, specify the decimal value of the desired ASCII
  410. character.  "num" must be in the range 0 - 31 (decimal).
  411. .sp 1
  412. .of 6
  413. SET <SEND | RECEIVE> PACKET-SIZE num
  414. .sp 0
  415. Use the specified "num" as the maximum length for incoming packets.
  416. The valid range is 26-1913, and 80 is the default.  SET RECEIVE
  417. PACKET-SIZE 95 or greater causes Kermit-CMS to negotiate reception
  418. of extended length packets with other Kermit programs that support
  419. this option.  SEND PACKET-SIZE should almost never be specified.
  420. .sp 1
  421. .of 6
  422. SET <SEND | RECEIVE> PAD-CHAR num
  423. .sp 0
  424. Padding character to use between packets, NUL (ASCII 0) by default.
  425. .sp 1
  426. .of 6
  427. SET <SEND | RECEIVE> PADDING num
  428. .sp 0
  429. Number of copies of the interpacket padding character, zero by default.
  430. .sp 1
  431. .of 6
  432. SET <SEND | RECEIVE> PARITY <MARK | NONE>
  433. .sp 0
  434. Transparent-mode ASCII data from a SERIES1 or GRAPHICS device will
  435. typically have either all Mark parity (seven data bits with the eighth
  436. bit set) or no parity (eight data bits).  Kermit-CMS must know which
  437. kind of parity to expect in order to calculate checksums properly.
  438. Kermit-CMS does not verify the parity bits.
  439. .sp 1
  440. .of 6
  441. SET <SEND | RECEIVE> QUOTE char
  442. .sp 0
  443. Control character quoting prefix, normally #.
  444. .sp 1
  445. .of 6
  446. SET <SEND | RECEIVE> START-OF-PACKET num
  447. .sp 0
  448. Control character to mark start of packet, normally Ctrl-A (ASCII 1).
  449. .sp 1
  450. .of 6
  451. SET <SEND | RECEIVE> TIMEOUT num
  452. .sp 0
  453. Number of seconds to wait for a packet before retransmitting.
  454. .sp 1
  455. .cm SETREC
  456. .of 6
  457. SET RECEIVE has the same syntax as SET SEND.
  458. .sp 1
  459. .cm SETRET
  460. .of 6
  461. SET RETRY <INITIAL | PACKET> num
  462. .sp 0
  463. Threshold for retrying a particular packet.  The default
  464. is 16 for initial and 5 for ordinary packets.
  465. .sp 1
  466. .cm SETSEA
  467. .of 6
  468. SET SEARCH-ALL <ON | OFF>
  469. .sp 0
  470. Tells whether all disks should be searched when filemode omitted from
  471. SEND or GET filespec, or only the "home" disk.
  472. .sp 1
  473. .cm SETSER
  474. .of 6
  475. SET SERVER-TIMEOUT num
  476. .sp 0
  477. Gives the nominal waiting period (in sec) for commands in server mode.
  478. Kermit-CMS should time-out and send a NAK after that period, but it
  479. cannot time-out at all: this option has no effect.
  480. .sp 1
  481. .cm SETSP
  482. .of 6
  483. SET SPEED num
  484. .sp 0
  485. Line transmission speed assumed in the packet-size
  486. optimization code.  If given as 0, no optimization.  Default: 1200.
  487. .sp 1
  488. .cm SETBA
  489. .of 0
  490. SET BAUD is a synonym for SET SPEED.
  491. .sp 1
  492. .cm SETSY
  493. .of 6
  494. SET SYSCMD <ON | OFF>
  495. .sp 0
  496. Determines whether non-Kermit commands are assumed to be
  497. CP/CMS commands (and passed along to CMS or CP for execution).
  498. .sp 1
  499. .cm SETT
  500. .of 6
  501. SET TABS-EXPAND <ON | OFF>
  502. .sp 0
  503. Controls whether tabs in incoming text files are expended to blanks.
  504. .sp 1
  505. .cm SETTAK
  506. .of 6
  507. SET TAKE ECHO <ON | OFF>
  508. .sp 0
  509. Controls whether the contents of TAKE command files are echoed during
  510. execution.
  511. .sp 1
  512. .of 6
  513. SET TAKE ERROR-ACTION <CONTINUE | HALT>
  514. .sp 0
  515. Controls whether an error occurring during execution of a TAKE command
  516. file is fatal to the execution of that file.  The default is CONTINUE.
  517. .sp 1
  518. .cm SETTEST
  519. .of 6
  520. SET TEST <ON | OFF>
  521. .sp 0
  522. Used for testing new versions, suppresses block check verification,
  523. allows start-of-packet to be set to anything at all.
  524. .sp 1
  525. .cm SETTR
  526. .of 6
  527. SET TRANSFER CHARACTER-SET name
  528. .sp 0
  529. Character set to use for sending and receiving TEXT files.
  530. See also FILE CHARACTER-SET.
  531. .sp 1
  532. .cm SETTT
  533. .of 6
  534. SET TTABLE <ON | OFF | KP>
  535. .sp 0
  536. Controls whether ATOE/ETOA or TATOE/TETOA are used for counteracting
  537. the system translations on TTY lines.  KP is like ON, but also changes
  538. the TATOE/TETOA tables to values based on Hollerith codes.
  539. .sp 1
  540. .cm SET8
  541. .of 6
  542. SET 8-BIT-QUOTE <ON | OFF | char>
  543. .sp 0
  544. Controls whether eighth-bit prefixing is done and
  545. specifies the character to be used.
  546. .sp 1
  547. .in 0
  548. .cm SH
  549. .of 8
  550. SHOW [option]
  551. .sp 1
  552. Display the values of any or all parameters that can be changed with
  553. the SET subcommand, except for ATOE and ETOA (see the TDUMP subcommand).
  554. If no option is specified, all parameters except the Attribute flags
  555. are displayed.
  556. .sp 1
  557. .cm SI
  558. .of 8
  559. SIMULATE [file]
  560. .sp 1
  561. Specifies a file to be used as input instead of the communication line
  562. for a subsequent transaction.  Kermit will read lines from the file one
  563. at a time as needed until the file is exhausted and will then revert
  564. to normal operation.  Lines beginning "S:" are ignored; lines beginning
  565. "R:" are first translated to ASCII and then used; other lines are used
  566. "as is."  Entering this subcommand with no argument will suppress the
  567. simulation function.
  568. .sp 1
  569. .cm SP
  570. .of 8
  571. SPACE [letter]
  572. .sp 1
  573. Show the storage allocation on the specified CMS disk.
  574. .sp 1
  575. .cm ST
  576. .of 8
  577. STATUS
  578. .sp 1
  579. Return the status of the previous subcommand.  The response will
  580. display the statistics from the last transfer plus the
  581. message "No errors" or the last error encountered.
  582. .sp 1
  583. .cm STOP
  584. .of 8
  585. STOP
  586. .sp 1
  587. (Not really a subcommand.)  Cause Kermit-CMS to leave protocol mode
  588. immediately, thereby canceling any active transfer and ending server
  589. mode if necessary.
  590. .sp 1
  591. .cm TD
  592. .of 8
  593. TDUMP <table-name | NAMES>
  594. .sp 1
  595. Display the contents of "table-name" since it can be modified using
  596. the SET subcommand.  The ATOE, ETOA, TATOE, and TETOA tables can be
  597. 'dumped' (also, the list of files sent in the last transfer).
  598. .sp 1
  599. .cm TA
  600. .of 8
  601. TAKE fn ft [fm]
  602. .sp 1
  603. Execute Kermit subcommands from the specified file.  The command file
  604. may include TAKE subcommands.  If the filespec omits the type, it is
  605. assumed to be TAKE.
  606. .sp 1
  607. .cm GI
  608. .of 8
  609. GIVE table-name fn [ft [fm]]
  610. .sp 1
  611. Save the contents of "table-name" as a TAKE file containing SET
  612. subcommands to change the default into the current arrangement.
  613. .sp 1
  614. .cm XE
  615. .of 8
  616. XECHO line
  617. .sp 1
  618. Displays the line at your terminal as a "raw" transfer
  619. according to the current CONTROLLER setting.  Control characters
  620. within the line are specified by prefixing "^".  See also ECHO.
  621. .sp 1
  622. .cm EC
  623. .of 8
  624. ECHO line
  625. .sp 0
  626. Displays the line at your terminal.  See also XECHO.
  627. .sp 1
  628. .cm XT
  629. .of 8
  630. XTYPE fn ft [fm][<[n][-m][_CC]>]
  631. .sp 1
  632. Displays the specified file at your terminal as a "raw" transfer
  633. according to the current CONTROLLER setting.  The syntax for options
  634. in angle brackets <> is the same as that for the SEND subcommand.
  635. See also TYPE.
  636. .sp 1
  637. .cm TY
  638. .of 8
  639. TYPE fn fm [ft] [( options]
  640. .sp 1
  641. Displays the specified file (up to 130 characters per line)
  642. at your terminal.  This is identical to the CMS TYPE command,
  643. including all options.
  644. See also XTYPE.
  645. .sp 1
  646. .cm CM
  647. .of 8
  648. CMS     Issue a CMS command from within Kermit-CMS.
  649. .sp 1
  650. .cm CP
  651. .of 8
  652. CP      Issue a CP command from within Kermit-CMS.
  653. .sp 1
  654. .cm HO
  655. .of 8
  656. HOST    Issue a CP/CMS command from within Kermit-CMS.
  657. .sp 1
  658. .cm EX
  659. .of 8
  660. EXIT    Exits from KERMIT back to the host operating system.
  661. .sp 1
  662. .cm Q
  663. .of 8
  664. QUIT    Synonym for EXIT.
  665. .sp 1
  666. .cm VE
  667. .of 8
  668. VERSION Displays the version number and date of Kermit-CMS.
  669. .sp 1
  670. .cm K
  671. .of 8
  672. KERMIT string
  673. .sp 0
  674. Specifies that the string is to be executed as a Kermit subcommand.
  675. .sp 1
  676. .cm LOC
  677. .of 8
  678. LOCAL string
  679. .sp 0
  680. Specifies that the string is to be executed as a Kermit subcommand by
  681. Kermit-CMS (whether it is actually operating as a "local" Kermit or not).
  682. .sp 1
  683. .cm REM
  684. .of 8
  685. REMOTE string
  686. .sp 0
  687. Specifies that the string is to be executed as a subcommand by another
  688. Kermit, operating in server mode.  See under SERVER for a list of the
  689. allowed subcommands.  Note that REMOTE PRINT supports the same options
  690. as SEND in connection with the filespec.
  691. .sp 1
  692. .of 0
  693. .cs 3 off
  694.